What's the difference?
Why would the same websites look different on screens of identical resolutions?
CSS styles aren't rendered predictably
The device pixel ratio differs between devices
<meta>'s initial-scale causes inconsistent zooming on different devices
<meta>
initial-scale
The viewport wasn't set
Next Concept